projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ce158
)
(LIB_MOTIF): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jun 1996 00:22:27 +0000
(
00:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jun 1996 00:22:27 +0000
(
00:22
+0000)
src/s/sol2-5.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-5.h
b/src/s/sol2-5.h
index a98cf39b27b43c71eb31567b4e0700249f385813..f4b45884e6caf88d6fa441965d1bf34d9416cd9a 100644
(file)
--- a/
src/s/sol2-5.h
+++ b/
src/s/sol2-5.h
@@
-5,7
+5,7
@@
/* -lgen is needed for the regex and regcmp functions
which are used by Motif. In the future we can try changing
regex.c to provide them in Emacs, but this is safer for now. */
-#define LIB_MOTIF
=
-lXm -lgen
+#define LIB_MOTIF -lXm -lgen
#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,